home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1202 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news.sunquest.com!news
  2. From: Dean Schulze <schulze@vega.lpl.arizona.edu>
  3. Newsgroups: comp.lang.fortran,comp.lang.c++
  4. Subject: Mixing gcc & g77 modules; using gcc & g77 under WinNT
  5. Date: 9 Jan 1996 21:11:29 GMT
  6. Organization: Sunquest Information Systems, Inc.
  7. Message-ID: <4culm1$gim@odin.sunquest.com>
  8. NNTP-Posting-Host: dwspc.sunquest.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2 (Windows; U; 32bit)
  13.  
  14.  
  15.     Is anyone using g77 to do mixed language programming, or just
  16.  running g77 under Windows NT?  I am considering abandoning Microsoft's
  17.  VC++4.0 and Powerstation 4.0 compilers due to the difficulty in
  18.  doing mixed language programming with them.  (They carefully avoid
  19.  mentioning these difficulties when promoting their compilers.)  Before
  20.  I take another plunge into the unknown I need to determine some things
  21.  about using gcc and g77 together:
  22.  
  23.  
  24.      Does gdb work with Fortran source code, or will I have to debug
  25.      my Fortran code by looking at the output from f2c?
  26.  
  27.      Does gdb have a graphical front end under Windows NT or will
  28.      I have to run it from the command line?
  29.  
  30.      Does g77 follow the typical UNIX conventions for naming subroutines
  31.      and subroutines (i.e. subroutine f77fn(a, b, c) would be called from
  32.      C as f77fn_(&a, &b, &c) where a, b, and c are variables of the correct
  33.      type for the corresponding subroutine arguments)?
  34.  
  35.      Do gcc and g77 generate memory.dmp files under WinNT?  (memory.dmp
  36.      files are like core dump files under UNIX.)
  37.  
  38.  
  39.     Thanks,
  40.  
  41. Dean Schulze
  42.  
  43.  
  44.